Skip to content

mchprs_world: remove networking from default features - #238

Merged
StackDoubleFlow merged 1 commit into
MCHPR:masterfrom
BramOtte:remove-network-from-default-features
May 17, 2026
Merged

mchprs_world: remove networking from default features#238
StackDoubleFlow merged 1 commit into
MCHPR:masterfrom
BramOtte:remove-network-from-default-features

Conversation

@BramOtte

@BramOtte BramOtte commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

Networking being a default feature in mchprs_world makes it difficult to use redpiler in a project compiling to WASM, since its difficult to remove features from subdependencies and WASM doesn't support some of the features used in the mchprs_network crate.

Alternatively all dependents of mchprs_world can have default_features = false added, which would be better if there are any crates depending on this being a default feature.

@StackDoubleFlow
StackDoubleFlow merged commit 8734f72 into MCHPR:master May 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants